首页 / 词典 / good

pointer pointer

pointer pointerpointer pointer
  1. Audio-video synchronization technique based frame structure and TDMA ( time division multiplex access ) based on timer were proposed aiming at WiFi module . The pointer to pointer wireless transmission of access system performed timely .

    其中针对WiFi模块,提出了基于定时器的分时复用的传输方法和基于帧结构的音视频同步机制,实现可视门禁系统点对点的无线音视频实时传输。

  2. Automatic Alignment between Analog Pointer Meter 's Pointer and Scale with Image Processing Method

    基于图像处理的模拟指针表刻度自动对准

  3. By introducing side pointer , row pointer and column pointer-three pointers in different level , this paper discusses the means to access multi-dimensional array by pointer .

    通过引入面指针、行指针和列指针,并与相应级别的指针相关联,阐述了应用指针访问多维数组的方法。

  4. Reading from a ring buffer is accomplished by keeping a read pointer ; this pointer and the write pointer are moved accordingly to ensure that the read pointer never crosses the write pointer while reading .

    通过保存一个读指针,可以实现对循环缓冲区的读操作;相应地移动读指针和写指针,以确保在进行读操作期间,读指针不会越过写指针。

  5. Big angle pointer image processing and pointer image recognition are studied as well , A new angle recognition method is brought forward .

    对大角度指针的图像处理和图像识别也进行了研究,提出了一种新的角度识别法。

  6. When using a pointer , hold the pointer in the hand closest to the vis ­ ual aid to avoid turning your back to the audience .

    当你使用指示棒时,要拿在靠屏幕侧的手里,以避免背对听众。

  7. The paper introduces the current state of application and development of the remote video monitoring system based on embed model briefly , and discusses the developing process of the technologies of pointer image processing and pointer image recognition detailedly .

    论文简要介绍了嵌入式远程视频监控系统的应用及发展现状。详细的论述了指针图像处理,图像识别技术的研制过程。

  8. Compared with Judy , J # - tree adds a precursor pointer and a successor pointer into every leaf node , pointing to the precursor node and the successor node , respectively .

    与Judy相比,J树通过在叶结点中增加一个前驱指针和一个后继指针,分别指向该结点的前驱结点和后继结点。

  9. In this paper , we analysed features of cadastral parcel alternation , we thought that we should introduce concept of starting time , ending time , evolution record pointer and trend record pointer to describe process of cadastral parcel alternation .

    通过对地籍变更特点的分析,只有在数据描述对象中引入起始日期、变更日期、来源记录指针和去向记录指针等概念后,才能有效的描述宗地变更过程。

  10. In connection level parallelization , we use the lock-free algorithm to cancel the coupling of the head pointer and the tail pointer . This optimization lowers the cost of the queue operation , and reduces the cost of thread blocking .

    针对连接级别并行方式的特点,本文使用单生产者-单消费者无锁队列算法消除了任务队列的头指针和尾指针的耦合关系,降低了队列相关操作的开销,同时减少了线程阻塞带来的开销。

  11. The complexity of the pointer itself , coupled with the C language specification not imposing too many restrictions on usage of pointer , make the pointer misuse difficult to avoid , and even lead to serious security risks .

    C程序指针使用复杂,加之C语言规范并未对指针的使用做过多限制,使得指针的误用难以避免,甚至带来严重的安全隐患。